home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / upgucd40.zip / UCDUPG40.BAT < prev   
DOS Batch File  |  1993-01-07  |  3KB  |  44 lines

  1. @echo off
  2. cls
  3. ECHO     ╔════════════════════════════════════════════════════════════════════╗
  4. ECHO     ║    This will convert the file database for versions 3.0 through    ║
  5. ECHO     ║    3.6 of the Ultimate CD-ROM File Manager to version 4.0.         ║
  6. ECHO     ║    Please ensure that you have a backup of your data, as this is   ║
  7. ECHO     ║    not a reversible process.                                       ║
  8. ECHO     ║                                                                    ║
  9. ECHO     ║    If you receive the message "Input File Not Found", this means   ║
  10. ECHO     ║    that this is a new feature - simply press CTRL-END to clear     ║
  11. ECHO     ║    the input file line, and press CTRL-ENTER.                      ║
  12. ECHO     ║                                                                    ║
  13. ECHO     ║                   ** PRESS ANY KEY TO CONTINUE **                  ║
  14. ECHO     ╟────────────────────────────────────────────────────────────────────╢
  15. ECHO     ║ * Due to a complete re-write of the program in version 3.0,        ║
  16. ECHO     ║   versions below 3.0 may not convert properly depending upon the   ║
  17. ECHO     ║   number of CDs. If odd things start happening, I again recommend  ║
  18. ECHO     ║   building your database from scratch.                             ║
  19. ECHO     ╚════════════════════════════════════════════════════════════════════╝
  20. pause > nul
  21. echo Rebuilding... Please Wait
  22. CFIL UCDMGR.FIL,FILEDATA,FILEDATA,FILEDATA
  23. CFIL UCDMGR.FIL,DIRECTRY,DIRECTRY,DIRECTRY
  24. CFIL UCDMGR.FIL,FLFORMAT,FLFORMAT,FLFORMAT
  25. CFIL UCDMGR.FIL,CONFIG  ,CONFIG  ,CONFIG
  26. cls
  27. ECHO     ╔════════════════════════════════════════════════════════════════════╗
  28. ECHO     ║                               DONE!!!                              ║
  29. ECHO     ║                                                                    ║
  30. ECHO     ║  You can now enjoy the new features of version 4.0!                ║
  31. ECHO     ║  If you have any questions, comments, suggestions, or whatever,    ║
  32. ECHO     ║  feel free to contact me at Fidonet 1:140/120, BBS (306)789-8682,  ║
  33. ECHO     ║  or Voice (306)789-4654.                                           ║
  34. ECHO     ║                                                                    ║
  35. ECHO     ║  Thanks for registering, and for using the Ultimate CD-ROM File    ║
  36. ECHO     ║  Manager!                                                          ║
  37. ECHO     ║                                                                    ║
  38. ECHO     ║                                    Vince Sorensen                  ║
  39. ECHO     ║                                                                    ║
  40. ECHO     ║                                                                    ║
  41. ECHO     ║                   ** PRESS ANY KEY TO CONTINUE **                  ║
  42. ECHO     ╚════════════════════════════════════════════════════════════════════╝
  43. pause > nul
  44.